09. Notebook + Quiz: Sampling Distributions & Python

Create Your Own Sampling Distribution

Use the notebook below, along with the following quizzes to create your own sampling distribution.

Solutions

It is in your best interest to work through the solution notebooks on your own before looking at the solutions available for this course. However, if you get stuck or would like to double check your solutions, notice all of the solutions and data are available in the resources tab of this course. This is true for all of the following lessons as well.

You can also find the solutions to each notebook by clicking the orange button in the top left corner. There is a solution notebook available.

Code

If you need a code on the https://github.com/udacity.

QUIZ QUESTION::

Match of the below descriptions to the corresponding value.

ANSWER CHOICES:



Description

Value

The center of each sampling distribution, which should be the same as the proportion of all 21 students that drink coffee.

The proportion of your first sample of 5 students that drink coffee.

The variance associated with the original proportion of all 21 students coffee drinking habits.

The variance of the sampling distribution for the proportion computed with sample size of 5

The variance of the sampling distribution for the proportion computed with sample size 20.

SOLUTION:

Description

Value

The proportion of your first sample of 5 students that drink coffee.

The center of each sampling distribution, which should be the same as the proportion of all 21 students that drink coffee.

The variance of the sampling distribution for the proportion computed with sample size of 5

The variance of the sampling distribution for the proportion computed with sample size 20.

The variance associated with the original proportion of all 21 students coffee drinking habits.

QUIZ QUESTION::

Match each definition to its corresponding theoretical value in correspondence to the proportion as you saw in this example.

ANSWER CHOICES:



Definition

Value

The mean of the sampling distribution

The variance of the original 1,0 values.

The variance of the proportions calculated from 20 randomly selected values iterated 10,000 times.

SOLUTION:

Definition

Value

The variance of the proportions calculated from 20 randomly selected values iterated 10,000 times.

The mean of the sampling distribution

The variance of the original 1,0 values.